cody - HTMLify profile

cody
4270 Files
632074 Views
Latest files of /cody/vishal-dcode/Custom Cursor
const cursorDot = document.querySelector("[data-cursor-dot]"),
cursorOutline = document.querySelector("[data-cursor-outline]");
window.addEventListener("mousemove", function (e) {
const posX = e.clientX;
const posY = e.clientY;
cursorDot.style.left = `${posX}px`;
cursorOutline = document.querySelector("[data-cursor-outline]");
window.addEventListener("mousemove", function (e) {
const posX = e.clientX;
const posY = e.clientY;
cursorDot.style.left = `${posX}px`;
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;